home *** CD-ROM | disk | FTP | other *** search
/ PC Users 1999 April / Cd Pc Users extra 19 abril 1999.iso / Prog / Inst / Js02 / js02.exe / jscripts / colortxtv01.js < prev    next >
Encoding:
JavaScript  |  1999-01-01  |  193 b   |  12 lines

  1. //
  2. // WORKS ONLY UNDER IE4
  3. //
  4.  
  5.  
  6. function color_txtv01(nbrowser,ly,sty,txtcol){
  7.       if (nbrowser==0) {    
  8.     }
  9.     if (nbrowser==1) {
  10.         document.styleSheets[ly].addRule (sty,txtcol);    
  11.     }
  12. }